* Fixed bin-image and src-image.

* Added new entry in changelog.
This commit is contained in:
Raphaël Hertzog 2000-07-02 10:57:40 +00:00
parent 24da646126
commit 8f8c0e3980
2 changed files with 10 additions and 2 deletions

View File

@ -638,14 +638,14 @@ bin-image: ok bin-md5list $(OUT)
cd $(BDIR); opts=`cat $(CD).mkisofs_opts`; \
volid=`cat $(CD).volid`; rm -f $(OUT)/$(CODENAME)-$(ARCH)-$(CD).raw; \
$(MKISOFS) $(MKISOFS_OPTS) -V "$$volid" \
-o $(OUT)/$(CODENAME)-$(ARCH)-$(CD).raw $$opts $(CD)
-o $(OUT)/$(CODENAME)-$(ARCH)-$(CD).raw $$opts CD$(CD)
src-image: ok src-md5list $(OUT)
@echo "Generating the source iso image n°$(CD) ..."
@test -n "$(CD)" || (echo "Give me a CD=<num> parameter !" && false)
cd $(SDIR); opts=`cat $(CD).mkisofs_opts`; \
volid=`cat $(CD).volid`; rm -f $(OUT)/$(CODENAME)-src-$(CD).raw; \
$(MKISOFS) $(MKISOFS_OPTS) -V "$$volid" \
-o $(OUT)/$(CODENAME)-src-$(CD).raw $$opts $(CD)
-o $(OUT)/$(CODENAME)-src-$(CD).raw $$opts CD$(CD)
#Calculate the md5sums for the images

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
debian-cd (2.2.2) frozen unstable; urgency=low
* Still targeted to frozen. Documentations (README.html on the CD) updates
& other little changes.
* Fixed targets bin-image and src-image to use CD$(CD) instead of $(CD).
-- Raphael Hertzog <hertzog@debian.org> Fri, 30 Jun 2000 17:50:16 +0200
debian-cd (2.2.1) frozen unstable; urgency=low
* Should go to frozen as well...