Skip to content

Commit

Permalink
cdrtools: removing smake as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Jan 18, 2014
1 parent b394cd2 commit 3d28b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 2 additions & 7 deletions cd/cdrtools/BUILD
@@ -1,12 +1,7 @@
if `module_installed smake`; then
THISMAKE=smake
else
THISMAKE=make
fi &&
$THISMAKE INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root LINKMODE="dynamic" \
make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root LINKMODE="dynamic" \
CPPOPTX="$CPPFLAGS" COPTX="$CFLAGS" LDOPTX="$LDFLAGS" GMAKE_NOWARN="true" &&
prepare_install &&
$THISMAKE INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root MANDIR=man LINKMODE="dynamic" \
make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root MANDIR=man LINKMODE="dynamic" \
CPPOPTX="$CPPFLAGS" COPTX="$CFLAGS" LDOPTX="$LDFLAGS" GMAKE_NOWARN="true" install &&

# cdrkit compatibility:
Expand Down
1 change: 0 additions & 1 deletion cd/cdrtools/DEPENDS
@@ -1,4 +1,3 @@
depends acl

optional_depends "smake" "" "" "for Schilly makefiles"
optional_depends "dirsplit" "" "" "for cdrkit compatibility and optimal file layout on discs"

0 comments on commit 3d28b13

Please sign in to comment.