Remove line continuation inside perl command as that breaks with GNU Make 3.81
This commit is contained in:
parent
2a9dbeb4d8
commit
65539827e7
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue