* Fix some cpp related problem.

This commit is contained in:
Raphaël Hertzog 2002-01-13 18:05:57 +00:00
parent 718da6a3cc
commit 2e178a4a23
2 changed files with 4 additions and 0 deletions

View File

@ -313,6 +313,7 @@ ifdef FORCENONUSONCD1
endif
$(Q)perl -npe 's/\@ARCH\@/$(ARCH)/g' $(TASK) | \
cpp -nostdinc -nostdinc++ -P -undef -D ARCH=$(ARCH) -D ARCH_$(ARCH) \
-U $(ARCH) -U i386 -U linux -U unix \
-DFORCENONUSONCD1=$(forcenonusoncd1) \
-I $(BASEDIR)/tasks -I $(BDIR) - - >> $(BDIR)/rawlist

3
debian/changelog vendored
View File

@ -7,6 +7,9 @@ debian-cd (2.2.12) unstable; urgency=low
to not force the inclusion of recommended/suggested packages.
Thanks to Petter Reinholdtsen for the patches.
Closes: #127964, #127968
* Undef some automatic variable substitution (like i386)
of cpp causing problems while generating tasks files. Closes: #129044
Thanks again to Petter Reinholdsten.
-- Raphael Hertzog <hertzog@debian.org> Sat, 29 Dec 2001 19:57:23 +0100