[Cryptech-Commits] [user/sra/novena-releng] 03/03: Oops, forgot to change patch strip count when refribbing source tree.
git at cryptech.is
git at cryptech.is
Sat Jul 4 05:40:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository user/sra/novena-releng.
commit c6d88dcb27dbd3ed42093a852c33c3a689a9b8ab
Author: Rob Austein <sra at hactrn.net>
Date: Sat Jul 4 00:41:21 2015 -0400
Oops, forgot to change patch strip count when refribbing source tree.
---
rtl/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rtl/Makefile b/rtl/Makefile
index e413b48..bc7c9f4 100644
--- a/rtl/Makefile
+++ b/rtl/Makefile
@@ -38,9 +38,9 @@ BUILD_DIR := core/platform/novena/eim/build
# is kind of nasty.
all:
- patch -p1 --forward <patches/01-config-cores.patch
+ patch -p0 --forward <patches/01-config-cores.patch
cd ${BUILD_DIR}; $(MAKE)
- patch -p1 --reverse <patches/01-config-cores.patch
+ patch -p0 --reverse <patches/01-config-cores.patch
clean:
cd ${BUILD_DIR}; $(MAKE) clean
More information about the Commits
mailing list