Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
lager
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
53
Wiki
Attività
Sfoglia il codice sorgente
Remove more unused things from the Makefile
pull/4/head
Andrew Thompson
14 anni fa
parent
9cbb72c3ca
commit
734b8af161
1 ha cambiato i file
con
0 aggiunte
e
5 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+0
-5
Makefile
+ 0
- 5
Makefile
Vedi File
@ -1,8 +1,3 @@
REPO
?=
riak
RIAK_TAG
=
$(
shell git describe --tags
)
REVISION
?=
$(
shell
echo
$(
RIAK_TAG
)
|
sed -e
's/^$(REPO)-//'
)
PKG_VERSION
?=
$(
shell
echo
$(
REVISION
)
|
tr - .
)
.PHONY
:
rel
stagedevrel
deps
test
all
:
deps
compile
Scrivi
Anteprima
Caricamento…
Annulla
Salva