[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#580372: libbsd0: Makefile needs a small fix?



Cristian Ionescu-Idbohrn dixit:

>What I have in mind is attached.

Two comments:

* The changes to the comments in libbsd-0.2.0.cii0/Makefile are… weird,
  especially in the ifeq case.

* Do not use $(shell ./foo.sh), use $(shell sh foo.sh) instead, which
  does not rely on the +x attribute (bad thing) and possibly saves
  one invocation.

bye,
//mirabilos
-- 
FWIW, I'm quite impressed with mksh interactively. I thought it was much
*much* more bare bones. But it turns out it beats the living hell out of
ksh93 in that respect. I'd even consider it for my daily use if I hadn't
wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh



Reply to: