repo.or.cz
/
k8jam.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Jambase cleanup; removed GNUstep utils (not really working anyway)
[k8jam.git]
/
defaults
/
Jambase.fix
blob
166a5709fb0a65ac363528fb985ec0728799e86c
1
#
2
# NOARUPDATE - can't update an archive
3
#
4
if $(NOARUPDATE) {
5
actions Archive {
6
$(AR) $(<) $(>)
7
}
8
}
9
10
11
. fix/Jambase.fix.nix
12
. fix/Jambase.fix.nt