зеркало из https://github.com/microsoft/git.git
"make clean" should clean up after a rpm build
There's a few generated files that we left behind.
This commit is contained in:
Родитель
f85639c303
Коммит
ced7c84821
1
Makefile
1
Makefile
|
@ -192,6 +192,7 @@ test: all
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
|
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
|
||||||
|
rm -f git-core-*.tar.gz git-core.spec
|
||||||
$(MAKE) -C Documentation/ clean
|
$(MAKE) -C Documentation/ clean
|
||||||
|
|
||||||
backup: clean
|
backup: clean
|
||||||
|
|
Загрузка…
Ссылка в новой задаче