summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-01-21 21:24:40 +0000
committerJeremy Katz <katzj@redhat.com>2002-01-21 21:24:40 +0000
commit8842f3f725af9dbfc41ce884da520f97a53d2a4f (patch)
tree64bc5c3ff1da2da1910f4b5dfe7254810448b685 /Makefile
parenta0908acbe832d7f76be25fe3fdd1288f25464d36 (diff)
downloadanaconda-8842f3f725af9dbfc41ce884da520f97a53d2a4f.tar.gz
anaconda-8842f3f725af9dbfc41ce884da520f97a53d2a4f.tar.xz
anaconda-8842f3f725af9dbfc41ce884da520f97a53d2a4f.zip
land boot loader changes to use booty backend infrastructure and switch
over to new screens. tagged as before_bootloader_merge and after_bootloader_merge appropriately
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5b49b3c3..fc598e61f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ MINISLANG=minislang
STUBS=stubs
endif
-SUBDIRSHD = balkan isys collage $(MINISLANG) loader po \
+SUBDIRSHD = balkan isys collage $(MINISLANG) po \
textw utils scripts bootdisk installclasses \
keymaps fonts iw pixmaps $(STUBS) iconvmodule
SUBDIRS = $(SUBDIRSHD)
@@ -102,6 +102,7 @@ create-snapshot:
@cd /tmp/anaconda ; rm -rf comps
@cd /tmp/anaconda ; rm -rf help
@cd /tmp/anaconda ; rm -rf text-help
+ @cd /tmp/anaconda ; rm -rf booty
@cd /tmp/anaconda ; sed -e "s/@@VERSION@@/$(VERSION)/g" -e "s/@@RELEASE@@/$(SNAPRELEASE)/g" < anaconda.spec.in > anaconda.spec
@mv /tmp/anaconda /tmp/anaconda-$(VERSION)
@cd /tmp ; tar --bzip2 -cSpf anaconda-$(VERSION).tar.bz2 anaconda-$(VERSION)