pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/pdksh/files Use '$(CPP) -P' to inhibit generati...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c8178cac5fd
branches:  trunk
changeset: 351799:4c8178cac5fd
user:      richard <richard%pkgsrc.org@localhost>
date:      Sun Aug 28 13:15:13 2016 +0000

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

diffstat:

 shells/pdksh/files/Makefile.in |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8f07c2678af2 -r 4c8178cac5fd shells/pdksh/files/Makefile.in
--- a/shells/pdksh/files/Makefile.in    Sun Aug 28 11:47:48 2016 +0000
+++ b/shells/pdksh/files/Makefile.in    Sun Aug 28 13:15:13 2016 +0000
@@ -135,7 +135,7 @@
 
 # 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