mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Avoid removing vendor and $(DESTDIR).
The vendor/ directory contain source used during build, and $(DESTDIR) might point to /usr/. Neither should be removed in the clean target.
This commit is contained in:
parent
0954d9d383
commit
55bf19865a
2
Makefile
2
Makefile
@ -4,7 +4,6 @@ CSS=$(wildcard *.css)
|
||||
CSS=$(subst .tiny,,$(shell find themes -type f -name '*.css'))
|
||||
COMPRESSED_CSS := $(patsubst %.css,%.tiny.css,$(CSS))
|
||||
PWD=`pwd`
|
||||
BUILDDIR=vendor
|
||||
|
||||
# hosting variables
|
||||
SLEEP_TIME=300
|
||||
@ -81,7 +80,6 @@ clean:
|
||||
@find . -name "*.bak" -exec rm {} \;
|
||||
@$(MAKE) -s -C doc clean
|
||||
@$(MAKE) -s -C templates clean
|
||||
rm -rf $(BUILDDIR) $(DESTDIR)
|
||||
rm -f predepend
|
||||
|
||||
hosting:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user