Cross Reference: Makefile.patch
xref
: /
solaris-userland
/
components
/
tree
/
patches
/
Makefile.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
3605
N/A
# Patch origin internal.
3605
N/A
# Not to be sent upstream, because changes to this native Makefile were intended
3605
N/A
# to be part of the build process.
3605
N/A
#
3605
N/A
# Of the suggested Solaris lines, only XOBJS (specific to this compoent) should
3605
N/A
# be set here.
3605
N/A
# The rest (CC, CFLAGS, LDFLAGS, MANDIR) need to be set by the Userland build
3605
N/A
# environment to get the correct values.
3605
N/A
5581
N/A
---
tree-1.7.0/Makefile.orig
2016-03-02 16:39:19.874601327 -0800
5581
N/A
+++
tree-1.7.0/Makefile
2016-03-02 16:36:53.954602502 -0800
5581
N/A
@@ -43,7 +43,7 @@
3605
N/A
#CC=cc
3605
N/A
#CFLAGS=-xO0 -v
3605
N/A
#LDFLAGS=
5581
N/A
-#OBJS+=
strverscmp.o
5581
N/A
+OBJS+=
strverscmp.o
3605
N/A
#MANDIR=${prefix}
/share/man/man1
3605
N/A
3605
N/A
# Uncomment for Cygwin: