Remove the old 'make' directory, and populate the new 'package'

directory.
This commit is contained in:
Eric Andersen 2004-10-09 01:24:28 +00:00
parent 0b5ad78369
commit 73f7be8290
87 changed files with 1 additions and 2 deletions

View File

@ -72,7 +72,6 @@ world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS)
.PHONY: all world clean dirclean distclean source $(TARGETS) \
$(TARGETS_CLEAN) $(TARGETS_DIRCLEAN) $(TARGETS_SOURCE)
include make/*.mk
include toolchain/*/*.mk
include package/*/*.mk

View File

@ -5,7 +5,7 @@
#
#############################################################
# Copyright (C) 2002 by Ken Restivo <ken@246gt.com>
# $Id: ncurses.mk,v 1.35 2004/09/09 10:50:57 mjn3 Exp $
# $Id: ncurses.mk,v 1.1 2004/10/09 01:24:04 andersen Exp $
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Library General Public License as