VERSION=0.540-1 all: clean: rm -rf tmp network_boot_floppy+cd+hd_$(VERSION) targz: clean rm -rf ../tmp 2> /dev/null mkdir ../tmp cp -ra * ../tmp rm -rf `find ../tmp/* -type d -name .svn` mv ../tmp ../etherboot-tcos-$(VERSION) tar -czf ../etherboot-tcos-$(VERSION).tar.gz ../etherboot-tcos-$(VERSION) rm -rf ../etherboot-tcos-$(VERSION) patch_version: # PATCHING VERSION patch_dapper: patch_version # nothing to patch patch_edgy: patch_version # nothing to patch patch_feisty: patch_version # nothing to patch patch_gutsy: patch_version # nothing to patch patch_hardy: patch_version # nothing to patch patch_max: patch_version # nothing to patch patch_intrepid: patch_version # nothing to patch patch_etch: patch_version # nothing to patch patch_lenny: patch_version # nothing to patch patch_unstable: patch_version # nothing to patch