build: Remove installworld backup check
authorJohn Marino <draco@marino.st>
Sun, 17 Feb 2013 19:16:53 +0000 (20:16 +0100)
committerJohn Marino <draco@marino.st>
Sun, 17 Feb 2013 19:22:58 +0000 (20:22 +0100)
commit827dd259f7cb033a5b5a0b986a270f5fe455b531
tree6dbca7c497b5671614a148f49e833d31c70dec0d
parent10bcbdab707594b671eb52c7a01086c1be7e8d5a
build: Remove installworld backup check

Dillon wants to rework backup functionality.
1. Remove any check that can halt installworld
2. Backup world automatically and store it in /usr/obj/world_binaries
3. Keep manual backup commands, they still it WORLD_BACKUP as before
4. Get rid of days check

This commit accomplished step 1.
Makefile.inc1