# HG changeset patch # User Rob Landley # Date 1380301703 18000 # Node ID 6ffd2181ac58522b9a7d87096cf92b27dd869fe2 # Parent 6d50754f09eb62140f83e5bb6aebefb12f24f0e5 Remove leftover garbage that triggers a bug in gnu/patch 2.7.x (but not in older versions, or toybox, or busybox). diff -r 6d50754f09eb -r 6ffd2181ac58 sources/patches/linux-noperl-timeconst.patch --- a/sources/patches/linux-noperl-timeconst.patch Thu Sep 26 09:11:42 2013 -0500 +++ b/sources/patches/linux-noperl-timeconst.patch Fri Sep 27 12:08:23 2013 -0500 @@ -1,8 +1,6 @@ Replace timeconst.bc with the c version I've been using for years (to replace the perl version). Eventually I should add bc to toybox, but for now... -diff --git a/kernel/Makefile b/kernel/Makefile -index eceac38..f00be6d 100644 --- /dev/null +++ linux/kernel/mktimeconst.c @@ -0,0 +1,110 @@