Add testsudoers to default build target if --with-devel
Don't clean generated parser files unless "distclean".
This commit is contained in:
@@ -306,7 +306,7 @@ TAGS: $(SRCS)
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -f *.o $(PROGS) testsudoers core sudo.core visudo.core \
|
-rm -f *.o $(PROGS) testsudoers core sudo.core visudo.core \
|
||||||
testsudoers.core $(PARSESRCS)
|
testsudoers.core
|
||||||
|
|
||||||
mostlyclean: clean
|
mostlyclean: clean
|
||||||
|
|
||||||
|
@@ -143,6 +143,7 @@ esac])
|
|||||||
AC_ARG_WITH(devel, [ --with-devel add developement options],
|
AC_ARG_WITH(devel, [ --with-devel add developement options],
|
||||||
[case $with_devel in
|
[case $with_devel in
|
||||||
yes) echo 'Setting up for developement: -Wall, flex, yacc'
|
yes) echo 'Setting up for developement: -Wall, flex, yacc'
|
||||||
|
PROGS="${PROGS} testsudoers"
|
||||||
DEV=""
|
DEV=""
|
||||||
;;
|
;;
|
||||||
no) ;;
|
no) ;;
|
||||||
|
Reference in New Issue
Block a user