mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Try to create $(OUT) instead of just bailing out if it is missing.
This commit is contained in:
parent
9abd411bd1
commit
8df4cb3349
4
Makefile
4
Makefile
@ -175,7 +175,9 @@ endif
|
||||
## INITIALIZATION ##
|
||||
|
||||
# Creation of the directories needed
|
||||
init: ok $(TDIR) $(BDIR) $(SDIR) $(ADIR)
|
||||
init: ok $(OUT) $(TDIR) $(BDIR) $(SDIR) $(ADIR)
|
||||
$(OUT):
|
||||
$(Q)mkdir -p $(OUT)
|
||||
$(TDIR):
|
||||
$(Q)mkdir -p $(TDIR)
|
||||
$(BDIR):
|
||||
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -53,6 +53,7 @@ debian-cd (2.2.18) UNRELEASED; urgency=low
|
||||
kernel-pcmcia-modules-2.4.22-xfs-686-smp,
|
||||
kernel-source-2.2.20, timidity-patches, tcl8.2 and tk8.2.
|
||||
- Update list2cds to allow #-comments in the exclude file.
|
||||
- Try to create $(OUT) instead of just bailing out if it is missing.
|
||||
* Stephen R. Marenka
|
||||
- Update m68k support for sarge.
|
||||
- Fix m68k/amiga icons.
|
||||
|
Loading…
Reference in New Issue
Block a user