summaryrefslogtreecommitdiff
path: root/usr.bin/config
AgeCommit message (Expand)Author
2015-11-22A few more.uebayasi
2015-11-12In ioconfname mode, #define IOCONF as the ioconf token.pooka
2015-09-12Negating an integer and comparing it to 1 is a fancy way of checking forjoerg
2015-09-11Libraries should be built in sub-make. libkern is polluting .PATH too much.uebayasi
2015-09-08About ${CTFCONVERT}.uebayasi
2015-09-08${MD_OBJS} and friends.uebayasi
2015-09-08${LD} input files and library (*.a) support.uebayasi
2015-09-04Fix previous.uebayasi
2015-09-04Fix segmentation fault.uebayasi
2015-09-04Sort files in ${ALLFILES} in the order of parsing of `files.*'.uebayasi
2015-09-04Make config(1) output only ${ALLFILES}, selected input files, and pass it touebayasi
2015-09-04*.o files don't need special handling at all now. Makefile.kern.inc knowsuebayasi
2015-09-04Output ${ALLFILES}, the list of selected *.[csSo] files, sorted in the exactuebayasi
2015-09-04Now Makefile.kern.inc handles swap<kernel>.c compiling/linking nicely,uebayasi
2015-09-04Share more code by making *.o handling less special.uebayasi
2015-09-03Add generated *.c files (devsw.c and ioconf.c) to ${CFILES} by config(1)uebayasi
2015-09-03After thought, revert "Generate *.c files under conf/". Generate *.c filesuebayasi
2015-09-03Pretty-print `Makefile' output.uebayasi
2015-09-03Move `all' target definition to Makefile.kern.inc.uebayasi
2015-09-03Define kernel dependency in Makefile.kern.inc.uebayasi
2015-09-03Fix build.uebayasi
2015-09-03remove these items:mrg
2015-09-03In `-S' mode, create symlinks from outside of $S to build directory, foruebayasi
2015-09-02Fix build.uebayasi
2015-09-02Define ${OBJS} in `Makefile.kern.inc'. Relative paths are not truncateduebayasi
2015-09-02Output relative path for ${CFILES} and ${SFILES} in generated `Makefile'.uebayasi
2015-09-02Simplify generated `Makefile' by calculating ${OBJS} from merging ${CFILES},uebayasi
2015-09-02In `-S' mode, generate *.c files under conf/ subdirectory. Register generateduebayasi
2015-09-01Fix build.uebayasi
2015-09-01Experimental ``suffix rules + subdirectories'' build support (-S).uebayasi
2015-09-01Prepare to build subdirectories. Not enabled yet.uebayasi
2015-09-01Bump version for "buildprefix".uebayasi
2015-09-01Introduce a new syntax, "buildprefix", to specify prefix of files under kerneluebayasi
2015-09-01Keep track of directory of files internally.uebayasi
2015-09-01Clean up struct files.uebayasi
2015-09-01Use per-suffix lists where appropriate.uebayasi
2015-09-01Abstract struct filetype is no longer needed.uebayasi
2015-09-01Merge struct objects into struct files. Keep per-suffix file lists.uebayasi
2015-09-01Start merging struct files and struct objects.uebayasi
2015-09-01Allow redefinition of options (with only a warning message). Removalpgoyette
2015-09-01Properly handle absolute prefix.uebayasi
2015-09-01Refactor emit file functions. No functional changes.uebayasi
2015-08-31Need to read closer - there was another occurrence of the same tyepopgoyette
2015-08-31Tyepopgoyette
2015-08-31Restore the old behavior of "maxusers" to allow the value to be overriden.uebayasi
2015-08-30Revert "Accept only relative paths ...". This will be redone in much better,uebayasi
2015-08-30Fix a macro usage. Add more markup.wiz
2015-08-30Define compile rules in sys/conf/Makefile.kern.inc except those overriden byuebayasi
2015-08-30Define `makeoptions' values as parameters with "makeoptions_" prefix too.uebayasi
2015-08-29No need to define swap<kernel>.o build rule.uebayasi