mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Adjust clean target to match trunk.
This commit is contained in:
parent
d3989823ca
commit
6f82124e52
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -46,7 +46,7 @@ export_dir:
|
||||||
echo "$(REPO_URL) $(REPO_VERSION)" > $(__EXPORT_DIR)/.stamp_rev
|
echo "$(REPO_URL) $(REPO_VERSION)" > $(__EXPORT_DIR)/.stamp_rev
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -rf ./${RELEASE_DIR} ./${RELEASE_DIR}~*
|
-rm -rf ./${RELEASE_DIR} ./apparmor-${VERSION}~*
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
cd $(__SETUP_DIR)/libraries/libapparmor && ./autogen.sh
|
cd $(__SETUP_DIR)/libraries/libapparmor && ./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue