* Fix some cpp related problem.
This commit is contained in:
parent
718da6a3cc
commit
2e178a4a23
1
Makefile
1
Makefile
|
@ -313,6 +313,7 @@ ifdef FORCENONUSONCD1
|
||||||
endif
|
endif
|
||||||
$(Q)perl -npe 's/\@ARCH\@/$(ARCH)/g' $(TASK) | \
|
$(Q)perl -npe 's/\@ARCH\@/$(ARCH)/g' $(TASK) | \
|
||||||
cpp -nostdinc -nostdinc++ -P -undef -D ARCH=$(ARCH) -D ARCH_$(ARCH) \
|
cpp -nostdinc -nostdinc++ -P -undef -D ARCH=$(ARCH) -D ARCH_$(ARCH) \
|
||||||
|
-U $(ARCH) -U i386 -U linux -U unix \
|
||||||
-DFORCENONUSONCD1=$(forcenonusoncd1) \
|
-DFORCENONUSONCD1=$(forcenonusoncd1) \
|
||||||
-I $(BASEDIR)/tasks -I $(BDIR) - - >> $(BDIR)/rawlist
|
-I $(BASEDIR)/tasks -I $(BDIR) - - >> $(BDIR)/rawlist
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,9 @@ debian-cd (2.2.12) unstable; urgency=low
|
||||||
to not force the inclusion of recommended/suggested packages.
|
to not force the inclusion of recommended/suggested packages.
|
||||||
Thanks to Petter Reinholdtsen for the patches.
|
Thanks to Petter Reinholdtsen for the patches.
|
||||||
Closes: #127964, #127968
|
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
|
-- Raphael Hertzog <hertzog@debian.org> Sat, 29 Dec 2001 19:57:23 +0100
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue