mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
-f to supress error if file doesn't exist for rm clean target
This commit is contained in:
parent
57102aea4a
commit
99482a324e
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@ base:
|
|||
$(MAKE) -C $(BASEDIR) DESTDIR=distro/deb/$(DEBDIR)/ PREFIX=$(PREFIX) install
|
||||
@install -d -m755 $(DEBDIR)/DEBIAN
|
||||
@cp control $(DEBDIR)/DEBIAN/
|
||||
|
||||
@tar czf data.tar.gz $(DEBDIR)/[a-z]*
|
||||
@tar czf control.tar.gz $(DEBDIR)/DEBIAN/*
|
||||
@echo 2.0 > debian-binary
|
||||
|
@ -22,7 +21,7 @@ base:
|
|||
@rm -rf $(DEBDIR) debian-binary control.tar.gz data.tar.gz
|
||||
|
||||
clean:
|
||||
@rm $(DEB)
|
||||
@rm -f $(DEB)
|
||||
|
||||
|
||||
all: base
|
||||
|
|
Loading…
Reference in a new issue