Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
ORG.Annotate
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ORG.Asm
ORG.Annotate
Commits
d233d038
Commit
d233d038
authored
9 years ago
by
Alain Viari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
squared src - added missing portclean targets
parent
ebb0e316
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
18 deletions
+11
-18
src/kimono/lxpack/Makefile
src/kimono/lxpack/Makefile
+0
-4
src/prokov/lxpack/Makefile
src/prokov/lxpack/Makefile
+0
-4
src/repseek/repseek-2014.09/Makefile
src/repseek/repseek-2014.09/Makefile
+5
-6
src/sequtils/lxpack/Makefile
src/sequtils/lxpack/Makefile
+0
-4
src/sumaclust/sumaclust_v1.0.10/Makefile
src/sumaclust/sumaclust_v1.0.10/Makefile
+3
-0
src/sumatra/sumatra-1.0.10/Makefile
src/sumatra/sumatra-1.0.10/Makefile
+3
-0
No files found.
src/kimono/lxpack/Makefile
View file @
d233d038
...
...
@@ -23,7 +23,3 @@ DIRS = src \
include
../../../config/targets/propagate.targ
include
../../../config/targets/help.targ
portclean
::
$(MAKE)
ACTION
=
$@
_action
(!
test
-d
$(PRTDIR)
)
||
\r
m
-r
$(PRTDIR)
This diff is collapsed.
Click to expand it.
src/prokov/lxpack/Makefile
View file @
d233d038
...
...
@@ -23,7 +23,3 @@ DIRS = src \
include
../../../config/targets/propagate.targ
include
../../../config/targets/help.targ
portclean
::
$(MAKE)
ACTION
=
$@
_action
(!
test
-d
$(PRTDIR)
)
||
\r
m
-r
$(PRTDIR)
This diff is collapsed.
Click to expand it.
src/repseek/repseek-2014.09/Makefile
View file @
d233d038
...
...
@@ -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
:
\r
m
-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
;
\r
m
-rf
RepSeek
This diff is collapsed.
Click to expand it.
src/sequtils/lxpack/Makefile
View file @
d233d038
...
...
@@ -22,7 +22,3 @@ DIRS = src
include
../../../config/targets/propagate.targ
include
../../../config/targets/help.targ
portclean
::
$(MAKE)
ACTION
=
$@
_action
(!
test
-d
$(PRTDIR)
)
||
\r
m
-r
$(PRTDIR)
This diff is collapsed.
Click to expand it.
src/sumaclust/sumaclust_v1.0.10/Makefile
View file @
d233d038
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
src/sumatra/sumatra-1.0.10/Makefile
View file @
d233d038
...
...
@@ -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)
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment