squared src - added missing portclean targets

Former-commit-id: d233d03829d67d33161a1c7ea8f50e09d0a758f7
Former-commit-id: 24a9b61d46451c7dcf6ed5bd222cef3cc3cfc218
This commit is contained in:
alain viari
2015-11-14 00:39:04 +01:00
parent ac6dfb38e0
commit 3acb2b4ea0
6 changed files with 11 additions and 18 deletions

View File

@ -23,7 +23,3 @@ DIRS = src \
include ../../../config/targets/propagate.targ
include ../../../config/targets/help.targ
portclean::
$(MAKE) ACTION=$@ _action
(! test -d $(PRTDIR)) || \rm -r $(PRTDIR)

View File

@ -23,7 +23,3 @@ DIRS = src \
include ../../../config/targets/propagate.targ
include ../../../config/targets/help.targ
portclean::
$(MAKE) ACTION=$@ _action
(! test -d $(PRTDIR)) || \rm -r $(PRTDIR)

View File

@ -12,8 +12,6 @@
include ../../../config/auto.conf
# SGI: PROTO= PROTO=1
# others: PROTO= PROTO=0
PROTO= PROTO=0
@ -62,15 +60,16 @@ repseek: $(OBJ) main_repseek.c
install: repseek
cp repseek $(BINDIR)
cp repseek $(BINDIR)
clean:
+rm -f *.o repseek
-rm -f *.o repseek
portclean:
-rm -f $(BINDIR)/repseek
archive:
\rm -rf RepSeek; mkdir RepSeek
cp -r $(SRC) *.h Makefile main_repseek.c *.txt RepSeek;
tmp=`date | awk '{print $$3$$2$$NF}'`;tar czvf RepSeek.$$tmp.tgz RepSeek;
\rm -rf RepSeek

View File

@ -22,7 +22,3 @@ DIRS = src
include ../../../config/targets/propagate.targ
include ../../../config/targets/help.targ
portclean::
$(MAKE) ACTION=$@ _action
(! test -d $(PRTDIR)) || \rm -r $(PRTDIR)

View File

@ -49,6 +49,9 @@ clean:
$(MAKE) -C ./sumalibs/libfile clean
$(MAKE) -C ./sumalibs/libutils clean
portclean: clean
-rm -f $(BINDIR)/$(EXEC)
install:
cp $(EXEC) $(BINDIR)

View File

@ -43,5 +43,8 @@ clean:
$(MAKE) -C ./sumalibs/libfile clean
$(MAKE) -C ./sumalibs/libutils clean
portclean: clean
-rm -f $(BINDIR)/$(EXEC)
install:
cp $(EXEC) $(BINDIR)