pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/pdksh/files



Module Name:    pkgsrc
Committed By:   richard
Date:           Sun Aug 28 13:15:13 UTC 2016

Modified Files:
        pkgsrc/shells/pdksh/files: Makefile.in

Log Message:
Use '$(CPP) -P' to inhibit generation of linemarkers foiling siglist.sh
Noticed on aarch64-linux-gnu with gcc5.3


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/shells/pdksh/files/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/pdksh/files/Makefile.in
diff -u pkgsrc/shells/pdksh/files/Makefile.in:1.3 pkgsrc/shells/pdksh/files/Makefile.in:1.4
--- pkgsrc/shells/pdksh/files/Makefile.in:1.3   Sun Jun 15 14:20:08 2008
+++ pkgsrc/shells/pdksh/files/Makefile.in       Sun Aug 28 13:15:13 2016
@@ -135,7 +135,7 @@ config.status: configure
 
 # two steps to prevent the creation of a bogus siglist.out
 siglist.out: config.h sh.h siglist.in siglist.sh
-       $(srcdir)/siglist.sh "$(CPP) $(CPPFLAGS) $(DEFS) -I. -I$(srcdir)" < $(srcdir)/siglist.in > tmpsiglist.out
+       $(srcdir)/siglist.sh "$(CPP) -P $(CPPFLAGS) $(DEFS) -I. -I$(srcdir)" < $(srcdir)/siglist.in > tmpsiglist.out
        mv tmpsiglist.out siglist.out
 
 # two steps to prevent the creation of a bogus emacs.out



Home | Main Index | Thread Index | Old Index