Commit 492fc353 authored by Wayne Davison's avatar Wayne Davison

Run patch with -t so that it doesn't ask any questions.

parent 5e61bdb4
......@@ -101,7 +101,7 @@ proto:
cd $(srcdir) && $(MAKE) -f prepare-source.mak proto.h
unpatch:
test -f $(srcdir)/acls.c && patch -d $(srcdir) -p1 -R <$(srcdir)/patches/acls.diff || true
test -f $(srcdir)/acls.c && patch -td $(srcdir) -p1 -R <$(srcdir)/patches/acls.diff || true
rm -f $(srcdir)/lib/sysacls.? $(srcdir)/smb_acls.h $(srcdir)/acls.c
rm -f $(srcdir)/*.orig $(srcdir)/*.rej $(srcdir)/*/*.orig $(srcdir)/*/*.rej
rm -f $(srcdir)/testsuite/default-acls.test $(srcdir)/testsuite/acls.test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment