some rpm related tweaks

This commit is contained in:
Bill Currie 2000-03-14 03:39:39 +00:00
parent 2800c2856e
commit 6a19a5eef6
2 changed files with 3 additions and 1 deletions

View File

@ -17,13 +17,14 @@ all:
distclean:
rm -f config.cache config.log config.status Makefile
rm -f common/config.h
rm -f build_rpm quakeforge-*.tar.gz quakeforge.spec
rm -f rpm/{rpmmacros,build_rpm,quakeforge-*.tar.gz,quakeforge.spec}
find . -name \*~ | xargs rm -f
find . -name \*.bak | xargs rm -f
find . -name '.#*' | xargs rm -f
find . -name '#*#' | xargs rm -f
find . -name core -type f | xargs rm -f
rm -rf targets
rm -rf rpm/{BUILD,SPECS,RPMS,SOURCES,SRPMS}
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir $@ || exit; \
done

1
rpm/.gitignore vendored
View File

@ -1,2 +1,3 @@
quakeforge.spec
build_rpm
rpmmacros