Parent Directory | Revision Log | Patch
revision 1.2 by mocchiut, Tue Sep 23 07:29:29 2008 UTC | revision 1.3 by mocchiut, Tue Sep 23 09:52:37 2008 UTC | |
---|---|---|
# | Line 33 distclean: | Line 33 distclean: |
33 | for sub_dir in $(DIRS) ; do \ | for sub_dir in $(DIRS) ; do \ |
34 | ( cd $$sub_dir && make distclean) ; \ | ( cd $$sub_dir && make distclean) ; \ |
35 | done | done |
36 | for sub_dir in `find ./ -name obj` ; do \ | |
37 | rm -rf $$sub_dir ; \ | |
38 | done | |
39 | ||
40 | install: | install: |
41 | if [ "$(PAM_SOFTWARE)" == "" ]; then echo "";\ | if [ "$(PAM_SOFTWARE)" == "" ]; then echo "";\ |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |