Displaying 2 results from an estimated 2 matches for "09f531e".
Did you mean:
095310
2019 Jan 18
0
[klibc:master] Makefile: Update help text for KLIBCKERNELSRC
...s but the rest of the help
text has not.
Link: https://www.zytor.com/pipermail/klibc/2019-January/004032.html
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index a11d1e6..09f531e 100644
--- a/Makefile
+++ b/Makefile
@@ -99,10 +99,10 @@ $(objtree)/.config: $(srctree)/defconfig
@false
$(KLIBCKERNELSRC):
- @echo "Cannot find kernel sources."
- @echo "Either make a 'linux' symlink point to a kernel tree "
- @echo "configured for the $(KLIBC...
2019 Jan 19
0
[klibc:master] Delete makerpm.sh, maketar.sh
...tar.sh. But apparently no-one needs them, so delete
them.
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
Makefile | 2 +-
makerpm.sh | 9 ---------
maketar.sh | 20 --------------------
3 files changed, 1 insertion(+), 30 deletions(-)
diff --git a/Makefile b/Makefile
index 09f531e..7567f6f 100644
--- a/Makefile
+++ b/Makefile
@@ -182,4 +182,4 @@ install: all
# This does all the prep work needed to turn a freshly exported git repository
# into a release tarball tree
release: klibc.spec
- rm -f maketar.sh .config
+ rm -f .config
diff --git a/makerpm.sh b/makerpm.sh
deleted...