squared src - added missing portclean targets
Former-commit-id: d233d03829d67d33161a1c7ea8f50e09d0a758f7 Former-commit-id: 24a9b61d46451c7dcf6ed5bd222cef3cc3cfc218
This commit is contained in:
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user