Skip to content
Snippets Groups Projects
Commit 5f4eb816 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Okay, I see how this works. I also added a target to clean the source dir.

parent 2e3bc4ce
No related merge requests found
......@@ -39,6 +39,10 @@ make.nfsdump:
cd $(SRCDIR)/nfsdump2/ && ./config.status
cd $(SRCDIR)/nfsdump2 && $(MAKE)
clean.nfsdump:
cd $(SRCDIR)/nfsdump2/ && ./config.status
cd $(SRCDIR)/nfsdump2 && $(MAKE) clean
$(SRCDIR)/nfsdump2/nfsdump: $(SRCDIR)/nfsdump2/config.status make.nfsdump
nfsdump: $(SRCDIR)/nfsdump2/nfsdump
......@@ -142,5 +146,5 @@ else
fs-install install:
endif
clean:
clean: clean.nfsdump
rm -f *.o core nfstrace.proxy nfsdump nfstrace.init
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment