diff options
author | Lennart Poettering <lennart@poettering.net> | 2003-08-28 00:26:05 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2003-08-28 00:26:05 +0000 |
commit | 98f36517251b5bccdb80d90d698c173c18ee4a29 (patch) | |
tree | bdcbb19a48d0f4fb06c96fb7376cf5b549539e68 /test | |
parent | 7ea422bfaf6c9d22346cd415fd6b97712322fd81 (diff) |
implemented merging an patch making
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@9 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile index f5d2ae0..344a559 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,8 +1,12 @@ -SYREP=../syrep +SYREP=../src/syrep + +ifdef VERBOSE +VERBOSE=-v +endif %: - mkdir -p rep1 rep2 - $(SYREP) --show-deleted --show-times --$@ rep1 rep2 + @mkdir -p rep1 rep2 + $(SYREP) $(VERBOSE) --output-directory=extract -opatch --show-deleted --show-times --$@ rep1 rep2 all: update |