projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update tor to latest stable release (v0.1.0.17)
[openwrt.git]
/
package
/
slurm
/
Makefile
diff --git
a/package/slurm/Makefile
b/package/slurm/Makefile
index
f360993
..
91467ad
100644
(file)
--- a/
package/slurm/Makefile
+++ b/
package/slurm/Makefile
@@
-1,3
+1,5
@@
+# $Id$
+
include $(TOPDIR)/rules.mk
PKG_NAME:=slurm
include $(TOPDIR)/rules.mk
PKG_NAME:=slurm
@@
-62,7
+64,7
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_SLURM):
install -d -m0755 $(IDIR_SLURM)/usr/bin
$(IPKG_SLURM):
install -d -m0755 $(IDIR_SLURM)/usr/bin
-
cp -fpR
$(PKG_INSTALL_DIR)/usr/bin/slurm $(IDIR_SLURM)/usr/bin/
+
$(CP)
$(PKG_INSTALL_DIR)/usr/bin/slurm $(IDIR_SLURM)/usr/bin/
$(RSTRIP) $(IDIR_SLURM)
$(IPKG_BUILD) $(IDIR_SLURM) $(PACKAGE_DIR)
$(RSTRIP) $(IDIR_SLURM)
$(IPKG_BUILD) $(IDIR_SLURM) $(PACKAGE_DIR)
This page took
0.028596 seconds
and
4
git commands to generate.