From 23ebeb6af4ece1c8d97120a327976cef695f2836 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 15 Jan 2005 18:00:42 +0000 Subject: add a VERSION file in boot.iso to allow its identification (as suggested on cooker) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 600662505..33fea72f0 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ dirs: @for n in $(DIRS); do $(MAKE) -C $$n all || exit 1 ; done images: - ./make_boot_img + DISTRIB_DESCR=$(DISTRIB_DESCR) ./make_boot_img boot.iso tar: clean rpm -qa > needed_rpms.lst -- cgit v1.2.1