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:
|
||||
-rm -f *.o $(PROGS) testsudoers core sudo.core visudo.core \
|
||||
testsudoers.core $(PARSESRCS)
|
||||
testsudoers.core
|
||||
|
||||
mostlyclean: clean
|
||||
|
||||
|
@@ -143,6 +143,7 @@ esac])
|
||||
AC_ARG_WITH(devel, [ --with-devel add developement options],
|
||||
[case $with_devel in
|
||||
yes) echo 'Setting up for developement: -Wall, flex, yacc'
|
||||
PROGS="${PROGS} testsudoers"
|
||||
DEV=""
|
||||
;;
|
||||
no) ;;
|
||||
|
Reference in New Issue
Block a user