summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 471e5abfc..fa4c0ab1a 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ BINS = install/install install/local-install install/installinit/init
.PHONY: $(BOOT_IMG) $(FLOPPY_IMG) $(BINS) update_kernel
all: $(BOOT_IMG)
- mkdir /export/images
+ mkdir /export/images 2>/dev/null ; true
cp -f $(BOOT_IMG) /export/images
clean: