CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/10/14 12:51:04
Modified files:
usr.sbin/config: main.c
Log message:
Change the default non -b behaviour of config(8) to operate with the
new compile behaviour:
- create a Makefile including ../Makefile.inc
- run "make obj" to create the obj directory
- run "make config", to use logic in ../Makefile.inc to re-run config
with the correct -b options, thereby creating a layout in obj/
- exit 0.
As a result, the old patterns our fingers are used to continue to work
and there will be fewer curses.
ok natano tb