...
|
...
|
@@ -343,13 +343,29 @@ Example: make modules-list include_modules="tls" skip_modules="print"
|
343
|
343
|
Clean:
|
344
|
344
|
|
345
|
345
|
make clean (clean the modules too)
|
346
|
|
-make proper (clean also the dependencies and the config)
|
|
346
|
+make proper (clean also the dependencies and the config, but not the module
|
|
347
|
+ list)
|
347
|
348
|
make distclean (the same as proper)
|
348
|
|
-make mantainer-clean (clean everything, including make's config, saved
|
|
349
|
+make maintainer-clean (clean everything, including make's config, saved
|
349
|
350
|
module list, auto generated files, tags, *.dbg a.s.o)
|
350
|
351
|
make clean-all (clean all the modules in modules/*)
|
351
|
352
|
make proper-all (like make proper but for all the modules in modules/*)
|
352
|
353
|
|
|
354
|
+Config clean:
|
|
355
|
+
|
|
356
|
+make clean_cfg (cleans the compile config)
|
|
357
|
+make clean-modules-cfg (cleans the modules list)
|
|
358
|
+
|
|
359
|
+"Reduced" clean:
|
|
360
|
+
|
|
361
|
+make local-clean (cleans only the core, no libs, utils or modules)
|
|
362
|
+make clean-modules (like make clean, but cleans only the modules)
|
|
363
|
+make clean-libs (like make clean, but cleans only the libs)
|
|
364
|
+make clean-utils (like make clean, but cleans only the utils
|
|
365
|
+make proper-modules (like make proper, but only for modules)
|
|
366
|
+make proper-libs (like make proper, but only for libs)
|
|
367
|
+make proper-utils (like make proper, but only for utils)
|
|
368
|
+
|
353
|
369
|
Compile:
|
354
|
370
|
|
355
|
371
|
make proper
|