mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
change distclean to only remove build dir
This commit is contained in:
parent
58a40ce29a
commit
8de668791a
5 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -45,7 +45,7 @@ bindist:
|
||||||
./make-rpm-packages ) )
|
./make-rpm-packages ) )
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
git reset --hard HEAD && git clean -xdf
|
rm -rf $(BUILD)
|
||||||
|
|
||||||
configured:
|
configured:
|
||||||
@test -d $(BUILD) || ( echo "Error: No build/ directory found. Did you run configure?" && exit 1 )
|
@test -d $(BUILD) || ( echo "Error: No build/ directory found. Did you run configure?" && exit 1 )
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c8760bd06861e2cfe9a4bc652fb634a6f6422ea6
|
Subproject commit 1aa1fbc198107fed0e84f14ea5fd65b7d4bb76d2
|
|
@ -1 +1 @@
|
||||||
Subproject commit c0b0d58bc60c006445aa767fcc0ce09b3d317a36
|
Subproject commit 8b26ea344f65c3e8fe9f48b1928d8350ee1b6e4a
|
|
@ -1 +1 @@
|
||||||
Subproject commit 32233c4459d5196712b7f8de7b85875cc91d4c3a
|
Subproject commit 71df6ced17929153bd6dabccd9e1a2bf9f13f710
|
|
@ -1 +1 @@
|
||||||
Subproject commit 44797ae8a21adcb478dcea63526d8ff4063785e8
|
Subproject commit 7360369bd36860344a896335638d5e53da7d3422
|
Loading…
Add table
Add a link
Reference in a new issue