Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 547950
Collapse All | Expand All

(-)zsh-5.0.7-orig/Src/Modules/system.mdd (-1 / +1 lines)
Lines 15-21 Link Here
15
		touch errtmp.out; \
15
		touch errtmp.out; \
16
	   else \
16
	   else \
17
		$(AWK) -f $(sdir)/errnames1.awk @ERRNO_H@ >errtmp.c; \
17
		$(AWK) -f $(sdir)/errnames1.awk @ERRNO_H@ >errtmp.c; \
18
		$(CPP) errtmp.c >errtmp.out; \
18
		$(CPP) -P errtmp.c >errtmp.out; \
19
	   fi
19
	   fi
20
	   $(AWK) -f $(sdir)/errnames2.awk errtmp.out > $@
20
	   $(AWK) -f $(sdir)/errnames2.awk errtmp.out > $@
21
	   rm -f errtmp.c errtmp.out
21
	   rm -f errtmp.c errtmp.out
(-)zsh-5.0.7-orig/Src/zsh.mdd (-1 / +1 lines)
Lines 23-29 Link Here
23
23
24
signames.c: signames1.awk signames2.awk ../config.h @SIGNAL_H@
24
signames.c: signames1.awk signames2.awk ../config.h @SIGNAL_H@
25
	$(AWK) -f $(sdir)/signames1.awk @SIGNAL_H@ >sigtmp.c
25
	$(AWK) -f $(sdir)/signames1.awk @SIGNAL_H@ >sigtmp.c
26
	$(CPP) sigtmp.c >sigtmp.out
26
	$(CPP) -P sigtmp.c >sigtmp.out
27
	$(AWK) -f $(sdir)/signames2.awk sigtmp.out > $@
27
	$(AWK) -f $(sdir)/signames2.awk sigtmp.out > $@
28
	rm -f sigtmp.c sigtmp.out
28
	rm -f sigtmp.c sigtmp.out
29
29

Return to bug 547950