diff options
author | Danny Holman <dholman@gymli.org> | 2025-10-19 21:20:37 -0500 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2025-10-19 21:20:37 -0500 |
commit | ef4c73ac58f4aae29e47b680808570e2203b9713 (patch) | |
tree | 8644bb01e53bb03d9ab8562cff0778fbabbedb40 /bootstrap/Makefile | |
parent | bootstrap: stage2: create build files (diff) | |
download | box-ef4c73ac58f4aae29e47b680808570e2203b9713.tar.gz box-ef4c73ac58f4aae29e47b680808570e2203b9713.tar.zst box-ef4c73ac58f4aae29e47b680808570e2203b9713.zip |
build: align all build files
Align all the build makefiles so that the standard template is used
OS-wide. Remove all the dangling files leftover from
pre-standardization.
Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to '')
-rw-r--r-- | bootstrap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bootstrap/Makefile b/bootstrap/Makefile index 665a26d..f65f800 100644 --- a/bootstrap/Makefile +++ b/bootstrap/Makefile @@ -15,14 +15,12 @@ # You should have received a copy of the GNU General Public License along with # BoxOS; if not, see <https://www.gnu.org/licenses/>. -include $(ROOTDIR)/build.conf - ifeq ($(BS_DEBUG),YES) AFLAGS+=-g CFLAGS+=-g endif -export VERSION ROOTDIR DESTDIR AFLAGS CFLAGS +export AFLAGS CFLAGS SUBDIRS:=stage1 \ stage2 \ |