Introduction
Introduction Statistics Contact Development Disclaimer Help
Added --no-graph to mtn log in tar target. - susmb - mounting of SMB/CIFS share…
git clone git://git.codemadness.org/susmb
Log
Files
Refs
README
LICENSE
---
commit 775e858942d6e063e562af2db4608c19d2168038
parent b7c546a23531f99ea15a9e10636dc1dae5351833
Author: geoff <devnull@localhost>
Date: Fri, 29 Jun 2007 17:51:36 +0000
Added --no-graph to mtn log in tar target.
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
@@ -83,7 +83,7 @@ tar: VERSION=$(shell grep 'USMB_VERSION[^_]' version.h | sed …
tar: STAGING=/tmp/usmb-$(VERSION)
tar:
mkdir $(STAGING)
- mtn log > $(STAGING)/Changelog
+ mtn --no-graph log > $(STAGING)/Changelog
cp -a $(PWD)/* $(STAGING)/
rm -rf $(STAGING)/_MTN
(cd $(STAGING)/..; \
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.