summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakupdate_fstab
diff options
context:
imelnk/applications/ # rules to build a test rpm localrpm: clean localdist buildrpm localdist: cleandist dir localcopy tar cleandist: rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar.bz2 dir: mkdir $(PACKAGE)-$(VERSION) localcopy: clean find . -not -name "$(PACKAGE)-$(VERSION)" -a -not -name '*.bz2'|cpio -pd $(PACKAGE)-$(VERSION)/ find $(PACKAGE)-$(VERSION) -type d -name CVS|xargs rm -rf tar: tar cvf ../$(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) bzip2 -9vf ../$(PACKAGE)-$(VERSION).tar rm -rf $(PACKAGE)-$(VERSION) buildrpm: rpm -ta ../$(PACKAGE)-$(VERSION).tar.bz2 rm -f ../$(PACKAGE)-$(VERSION).tar.bz2 # rules to build a distributable rpm rpm: changelog cvstag dist buildrpm dist: cleandist dir export tar export: cvs export -d $(PACKAGE)-$(VERSION) -r $(TAG) $(PACKAGE) cvstag: cvs tag $(CVSTAGOPT) $(TAG) changelog: ../common/username cvs2cl -U ../common/username -I ChangeLog rm -f ChangeLog.bak cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog