Changeset 5fbae1c5f1c2705b03bebf8e1f04b9cdf1b8e7a0
- Timestamp:
- 09/07/10 19:27:54
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1283887674 +0000
- git-parent:
[4c7aa255f411de003f93889920a5446f00a34c50]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1283887674 +0000
- Message:
distclean from Marti Raudsepp
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4c7aa25 |
r5fbae1c |
|
| 11 | 11 | (cd sql && make clean) |
|---|
| 12 | 12 | (cd test && make clean) |
|---|
| | 13 | |
|---|
| | 14 | distclean: clean |
|---|
| | 15 | rm -f Makefile config.status config.log |
|---|
| | 16 | (cd src && make distclean) |
|---|
| | 17 | (cd sql && make distclean) |
|---|
| | 18 | (cd test && make distclean) |
|---|
| rc2c5ff8 |
r5fbae1c |
|
| 38 | 38 | clean: |
|---|
| 39 | 39 | rm -f reconnoiter_ddl_dump.sql |
|---|
| | 40 | |
|---|
| | 41 | distclean: |
|---|
| | 42 | rm -f Makefile |
|---|
| r4c7aa25 |
r5fbae1c |
|
| 271 | 271 | include Makefile.dep |
|---|
| 272 | 272 | |
|---|
| | 273 | distclean-subdirs: |
|---|
| | 274 | for dir in jlog eventer udns man modules modules-lua noitedit utils json-lib lua java ; do \ |
|---|
| | 275 | (cd $$dir && make distclean) ; \ |
|---|
| | 276 | done |
|---|
| | 277 | |
|---|
| | 278 | distclean: clean distclean-subdirs |
|---|
| | 279 | rm -f Makefile noit_config.h scripts/noit-config |
|---|
| | 280 | |
|---|
| re41d9af |
r5fbae1c |
|
| 31 | 31 | rm -f *.o libeventer.a |
|---|
| 32 | 32 | |
|---|
| | 33 | distclean: clean |
|---|
| | 34 | rm -f Makefile |
|---|
| | 35 | |
|---|
| 33 | 36 | Makefile.dep: |
|---|
| 34 | 37 | gcc -I.. -MM *.c > Makefile.dep |
|---|
| r2ad45ba |
r5fbae1c |
|
| 132 | 132 | rm -f reconnoiter.jar jezebel.jar |
|---|
| 133 | 133 | |
|---|
| | 134 | distclean: clean |
|---|
| | 135 | rm -f Makefile run-iep.sh jezebel |
|---|
| | 136 | |
|---|
| refa9375 |
r5fbae1c |
|
| 28 | 28 | rm -f *.o libnoitjson.a |
|---|
| 29 | 29 | |
|---|
| | 30 | distclean: clean |
|---|
| | 31 | rm -f Makefile |
|---|
| | 32 | |
|---|
| 30 | 33 | Makefile.dep: |
|---|
| 31 | 34 | gcc -I.. -MM *.c > Makefile.dep |
|---|
| r92f88d0 |
r5fbae1c |
|
| 22 | 22 | clean: |
|---|
| 23 | 23 | rm -f liblua.lo |
|---|
| | 24 | |
|---|
| | 25 | distclean: clean |
|---|
| | 26 | rm -f Makefile |
|---|
| | 27 | |
|---|
| r22d1941 |
r5fbae1c |
|
| 42 | 42 | $(RM) a.out core core.* *.o luac.out |
|---|
| 43 | 43 | |
|---|
| | 44 | distclean: clean |
|---|
| | 45 | |
|---|
| 44 | 46 | .PHONY: default min noparser one strict clean |
|---|
| r22d1941 |
r5fbae1c |
|
| 60 | 60 | clean: |
|---|
| 61 | 61 | $(RM) $(ALL_T) $(ALL_O) |
|---|
| | 62 | |
|---|
| | 63 | distclean: clean |
|---|
| 62 | 64 | |
|---|
| 63 | 65 | depend: |
|---|
| rae8bf79 |
r5fbae1c |
|
| 53 | 53 | rm -f noitd.8 noitd.usage.h stratcond.8 stratcond.usage.h |
|---|
| 54 | 54 | |
|---|
| | 55 | distclean: |
|---|
| | 56 | rm -f Makefile |
|---|
| r5915558 |
r5fbae1c |
|
| 58 | 58 | rm -f tmp.xml ; \ |
|---|
| 59 | 59 | done |
|---|
| | 60 | |
|---|
| | 61 | clean: |
|---|
| | 62 | |
|---|
| | 63 | distclean: clean |
|---|
| | 64 | rm -f Makefile |
|---|
| | 65 | |
|---|
| r95f5484 |
r5fbae1c |
|
| 155 | 155 | clean: |
|---|
| 156 | 156 | rm -f *.lo *.@MODULEEXT@ *.xmlh |
|---|
| | 157 | |
|---|
| | 158 | distclean: clean |
|---|
| | 159 | rm -f Makefile |
|---|
| | 160 | |
|---|
| r954faae |
r5fbae1c |
|
| 74 | 74 | clean: |
|---|
| 75 | 75 | rm -f *.o *.a editline.c |
|---|
| | 76 | |
|---|
| | 77 | distclean: clean |
|---|
| | 78 | rm -f Makefile |
|---|
| | 79 | |
|---|
| raa18f84 |
r5fbae1c |
|
| 47 | 47 | rm -f *.o libnoit_utils.a |
|---|
| 48 | 48 | |
|---|
| | 49 | distclean: clean |
|---|
| | 50 | rm -f Makefile |
|---|
| | 51 | |
|---|
| 49 | 52 | Makefile.dep: |
|---|
| 50 | 53 | gcc -I.. -MM *.c > Makefile.dep |
|---|
| r4c7aa25 |
r5fbae1c |
|
| 90 | 90 | rm -rf demoCA |
|---|
| 91 | 91 | |
|---|
| | 92 | distclean: clean |
|---|
| | 93 | rm -f Makefile |
|---|
| | 94 | |
|---|