summaryrefslogtreecommitdiff
path: root/scripts/makefile.solaris
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-06-10 15:41:45 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-06-10 15:41:45 -0700
commit54ca51b2ee6da088d5eb1c7ef6430b1c83019977 (patch)
tree478f3db238be7e08885ac80ac8ef1be9935441bb /scripts/makefile.solaris
parentd38b284c2743fe6dd42a018ea1fec4910d24e20e (diff)
parent490afb6c027627b58763a986e1b464d85814080e (diff)
Merge "Merge tag 'v1.6.37' into HEAD" am: 7794b22253 am: aa0ce810a6
am: 490afb6c02 Change-Id: Iae0f97a038a679d50a719acd9fb9951b53f96a85
Diffstat (limited to 'scripts/makefile.solaris')
-rw-r--r--scripts/makefile.solaris5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/makefile.solaris b/scripts/makefile.solaris
index 8a450d371..f6d7b5860 100644
--- a/scripts/makefile.solaris
+++ b/scripts/makefile.solaris
@@ -44,8 +44,7 @@ WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
-Wmissing-declarations -Wtraditional -Wcast-align \
-Wstrict-prototypes -Wmissing-prototypes #-Wconversion
CPPFLAGS=-I$(ZLIBINC) # -DPNG_DEBUG=5
-CFLAGS= -W -Wall -O \
- # $(WARNMORE) -g -DPNG_DEBUG=5
+CFLAGS=-W -Wall -O # $(WARNMORE) -g
LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng16 -lz -lm
INCPATH=$(prefix)/include
@@ -219,7 +218,7 @@ clean:
libpng-config $(LIBSO) $(LIBSOMAJ)* \
libpng.pc pnglibconf.h
-DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO
+DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO
writelock:
chmod a-w *.[ch35] $(DOCS) scripts/*