The following changes were made to Makefile:

* added BRIEF
  * moved to new version scheme
  * moved make and make install out of variables
  * split off separate libcap-dev
This commit is contained in:
2017-04-05 09:15:05 -05:00
parent 01423e287c
commit ceceaa1c7e
3 changed files with 40 additions and 29 deletions

View File

@@ -1,11 +0,0 @@
diff -Naur a/libcap/Makefile b/libcap/Makefile
--- a/libcap/Makefile 2016-01-30 18:01:41.000000000 -0600
+++ b/libcap/Makefile 2016-09-29 11:24:21.488000000 -0500
@@ -66,7 +66,6 @@
mkdir -p -m 0755 $(FAKEROOT)$(INCDIR)/sys
install -m 0644 include/sys/capability.h $(FAKEROOT)$(INCDIR)/sys
mkdir -p -m 0755 $(FAKEROOT)$(LIBDIR)
- install -m 0644 $(STALIBNAME) $(FAKEROOT)$(LIBDIR)/$(STALIBNAME)
install -m 0644 $(MINLIBNAME) $(FAKEROOT)$(LIBDIR)/$(MINLIBNAME)
ln -sf $(MINLIBNAME) $(FAKEROOT)$(LIBDIR)/$(MAJLIBNAME)
ln -sf $(MAJLIBNAME) $(FAKEROOT)$(LIBDIR)/$(LIBNAME)