This commit is contained in:
Ryan Dahl 2010-10-25 18:17:19 -07:00
Родитель 583c07bf8b
Коммит 5cf4ceff59
3 изменённых файлов: 6 добавлений и 2 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -20,4 +20,3 @@ autom4te.cache/
config.log
config.mak.autogen
config.status
configure

Просмотреть файл

@ -354,7 +354,7 @@ clean:
distclean: docclean
-find tools -name "*.pyc" | xargs rm -f
-rm -rf build/ node node_g
-rm -rf configure config.mak.autogen config.log autom4te.cache config.status
-rm -rf configure.real config.mak.autogen config.log autom4te.cache config.status
VERSION=$(shell git describe)

5
configure поставляемый Executable file
Просмотреть файл

@ -0,0 +1,5 @@
#!/bin/sh
autoconf --output configure.real
sh ./configure.real