Fixed DESTDIR make install/uninstall and break immediately on errors
This commit is contained in:
parent
496754f5c5
commit
96a7ec86f0
16 changed files with 115 additions and 39 deletions
|
|
@ -54,7 +54,9 @@ distclean: clean
|
|||
rm -f Makefile *~ .depend
|
||||
|
||||
install: $(YANGSPECS)
|
||||
install -d $(DESTDIR)/yang
|
||||
echo $(DESTDIR)$(datarootdir)/clixon/clixon.mk
|
||||
echo $(DESTDIR)$(clixon_DATADIR)
|
||||
install -d $(DESTDIR)$(clixon_DATADIR)
|
||||
install $(YANGSPECS) $(DESTDIR)$(clixon_DATADIR)
|
||||
|
||||
uninstall:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue