bogus change last time...
This commit is contained in:
parent
ff6d238be5
commit
ced385dc90
2
Makefile
2
Makefile
|
@ -316,7 +316,7 @@ $(BDIR)/bootable-stamp:
|
||||||
n=$${dir##$(BDIR)/}; \
|
n=$${dir##$(BDIR)/}; \
|
||||||
if [ -f $(BASEDIR)/tools/boot/$(CODENAME)/boot-$(ARCH) ]; then \
|
if [ -f $(BASEDIR)/tools/boot/$(CODENAME)/boot-$(ARCH) ]; then \
|
||||||
cd $(BDIR); \
|
cd $(BDIR); \
|
||||||
sh -c $(BASEDIR)/tools/boot/$(CODENAME)/boot-$(ARCH) $$n $$dir; \
|
$(BASEDIR)/tools/boot/$(CODENAME)/boot-$(ARCH) $$n $$dir; \
|
||||||
else \
|
else \
|
||||||
echo "No script to make CDs bootable for $(ARCH) ..."; \
|
echo "No script to make CDs bootable for $(ARCH) ..."; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
|
|
Loading…
Reference in New Issue