mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Added a hint to try CPP=/bin/cpp if "cpp -E" fails in
scripts/pnglibconf.mak and in contrib/pngminim/*/makefile and to try "STRIP=touch" if strip is missing, eg., on SunOS 5.10
This commit is contained in:
@@ -6,9 +6,15 @@ CC=gcc
|
||||
LD=$(CC)
|
||||
STRIP=strip
|
||||
|
||||
#if strip fails try
|
||||
# make STRIP=touch
|
||||
|
||||
# If awk fails try
|
||||
# make AWK=nawk
|
||||
|
||||
# If cpp fails try
|
||||
# make CPP=/lib/cpp
|
||||
|
||||
RM=rm -f
|
||||
COPY=cp
|
||||
|
||||
|
||||
@@ -9,6 +9,12 @@ STRIP=strip
|
||||
# If awk fails try
|
||||
# make AWK=nawk
|
||||
|
||||
# If cpp fails try
|
||||
# make CPP=/lib/cpp
|
||||
|
||||
# If strip fails try
|
||||
# make STRIP=touch
|
||||
|
||||
RM=rm -f
|
||||
COPY=cp
|
||||
|
||||
|
||||
@@ -9,6 +9,12 @@ STRIP=strip
|
||||
# If awk fails try
|
||||
# make AWK=nawk
|
||||
|
||||
# If cpp fails try
|
||||
# make CPP=/lib/cpp
|
||||
|
||||
# If strip fails try
|
||||
# make STRIP=touch
|
||||
|
||||
RM=rm -f
|
||||
COPY=cp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user