We don't need to re-run 'make obj' when obj exists. Ok? natano
Index: main.c
===================================================================
RCS file: /cvs/src/usr.sbin/config/main.c,v
retrieving revision 1.55
diff -u -p -r1.55 main.c
--- main.c 16 Oct 2016 09:36:46 -0000 1.55
+++ main.c 16 Oct 2016 09:46:55 -0000
@@ -703,9 +703,9 @@ setupdirs(void)
}
fclose(fp);
-reconfig:
if (system("make obj") != 0)
exit(2);
+reconfig:
if (system("make config") != 0)
exit(2);
exit(0);
