Remove line continuation inside perl command as that breaks with GNU Make 3.81

This commit is contained in:
Frans Pop 2006-11-14 10:05:21 +00:00
parent 2a9dbeb4d8
commit 65539827e7
2 changed files with 4 additions and 3 deletions

View File

@ -248,8 +248,7 @@ $(ADIR)/status:
else \
zcat $(MIRROR)/dists/$(CODENAME)/main/binary-$(ARCH)/Packages.gz | \
perl -000 -ne 's/^(Package: .*)$$/$$1\nStatus: install ok installed/m; \
print if (/^Priority: (required|important|standard)/m or \
/^Section: base/m);' \
print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \
> $(ADIR)/status ; \
fi
# Updating the apt database

4
debian/changelog vendored
View File

@ -42,8 +42,10 @@ debian-cd (2.2.26) UNRELEASED; urgency=low
- globally exclude any discover udebs
- clean up obsolete exclusions
* Include "tape" images again for S/390.
* Makefile: remove line continuation inside perl command as that breaks with
GNU Make 3.81.
-- Frans Pop <fjp@debian.org> Thu, 2 Nov 2006 08:20:13 +0100
-- Frans Pop <fjp@debian.org> Tue, 14 Nov 2006 11:03:13 +0100
debian-cd (2.2.25) unstable; urgency=low