Makefile: remove the distclean
and emptycache
targets
The `distclean` was hardly useful while the `emptycache` was actively harmful. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
a75968df10
commit
50989d3b47
7
Makefile
7
Makefile
@ -122,12 +122,5 @@ uninstall:
|
|||||||
clean:
|
clean:
|
||||||
rm -f cgit VERSION *.o *.d
|
rm -f cgit VERSION *.o *.d
|
||||||
|
|
||||||
distclean: clean
|
|
||||||
git clean -d -x
|
|
||||||
cd git && git clean -d -x
|
|
||||||
|
|
||||||
emptycache:
|
|
||||||
rm -rf $(DESTDIR)$(CACHE_ROOT)/*
|
|
||||||
|
|
||||||
get-git:
|
get-git:
|
||||||
curl $(GIT_URL) | tar -xj && rm -rf git && mv git-$(GIT_VER) git
|
curl $(GIT_URL) | tar -xj && rm -rf git && mv git-$(GIT_VER) git
|
||||||
|
Loading…
Reference in New Issue
Block a user