diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-01 23:49:56 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-01 23:51:56 -0500 |
commit | e1aba20488181b0553f1eb7f20b02736a992bf6f (patch) | |
tree | 2099917c08f152fa1402b3cb5fbae42db21dbac7 /src/grp-boot | |
parent | 2cdd7acfc2df072b80d319490fbff8bb583d311e (diff) |
Add a GNUmakefile to apply the MAKEFLAGS we want.
Diffstat (limited to 'src/grp-boot')
l--------- | src/grp-boot/GNUmakefile | 1 | ||||
l--------- | src/grp-boot/bootctl/GNUmakefile | 1 | ||||
l--------- | src/grp-boot/kernel-install/GNUmakefile | 1 | ||||
l--------- | src/grp-boot/systemd-boot/GNUmakefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/src/grp-boot/GNUmakefile b/src/grp-boot/GNUmakefile new file mode 120000 index 0000000000..54fdd42278 --- /dev/null +++ b/src/grp-boot/GNUmakefile @@ -0,0 +1 @@ +../../GNUmakefile
\ No newline at end of file diff --git a/src/grp-boot/bootctl/GNUmakefile b/src/grp-boot/bootctl/GNUmakefile new file mode 120000 index 0000000000..95e5924740 --- /dev/null +++ b/src/grp-boot/bootctl/GNUmakefile @@ -0,0 +1 @@ +../../../GNUmakefile
\ No newline at end of file diff --git a/src/grp-boot/kernel-install/GNUmakefile b/src/grp-boot/kernel-install/GNUmakefile new file mode 120000 index 0000000000..95e5924740 --- /dev/null +++ b/src/grp-boot/kernel-install/GNUmakefile @@ -0,0 +1 @@ +../../../GNUmakefile
\ No newline at end of file diff --git a/src/grp-boot/systemd-boot/GNUmakefile b/src/grp-boot/systemd-boot/GNUmakefile new file mode 120000 index 0000000000..95e5924740 --- /dev/null +++ b/src/grp-boot/systemd-boot/GNUmakefile @@ -0,0 +1 @@ +../../../GNUmakefile
\ No newline at end of file |