The following changes were made:
* Added SHELL = /bin/bash to Makefile * Added REPO (core) * Added grub as dependency * Added bc and gcc as BUILDDEPS * Removed modules.dep from package * Added Module.symvers to package
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
# GNU General Public License for more details.
|
||||
|
||||
DEPENDS =
|
||||
REPO = main
|
||||
BRIEF = Documentation for The Linux kernel
|
||||
DESC = Detailed documentation describing the Linux kernel
|
||||
PACKAGE = $(shell echo $(PWD)|sed 's/.*\///')
|
||||
|
||||
Reference in New Issue
Block a user