diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 19:20:18 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 19:20:18 +0000 |
commit | 6c6cb0670986717b42f8de03fd020abb3fa120fb (patch) | |
tree | d50a8eaaed94db4111bc65250c9e0c2123804508 /package/netsnmp | |
parent | 95783cd95d99f5e2bdee7f7aa9c89f3b4014512e (diff) |
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
Diffstat (limited to 'package/netsnmp')
-rw-r--r-- | package/netsnmp/netsnmp.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/netsnmp/netsnmp.mk b/package/netsnmp/netsnmp.mk index c1adba147..ebae402b5 100644 --- a/package/netsnmp/netsnmp.mk +++ b/package/netsnmp/netsnmp.mk @@ -62,7 +62,7 @@ $(NETSNMP_DIR)/.configured: $(NETSNMP_DIR)/.unpacked --sysconfdir=/etc \ --mandir=/usr/man \ --infodir=/usr/info \ - ); + ) touch $(NETSNMP_DIR)/.configured $(NETSNMP_DIR)/agent/snmpd: $(NETSNMP_DIR)/.configured @@ -77,7 +77,7 @@ $(TARGET_DIR)/usr/sbin/snmpd: $(NETSNMP_DIR)/agent/snmpd mandir=$(TARGET_DIR)/usr/man \ includedir=$(STAGING_DIR)/usr/include/net-snmp \ ucdincludedir=$(STAGING_DIR)/usr/include/ucd-snmp \ - -C $(NETSNMP_DIR) install; + -C $(NETSNMP_DIR) install rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \ $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc # Copy the .conf files. |