make clean doesn't work with dash

matthieu castet castet.matthieu at free.fr
Thu Nov 6 18:45:16 UTC 2008


Hi,

make clean doesn't work with dash as /bin/sh : the make clean use
rm -rf*.{o,os,txt}, but {} expresion is a bashism and doesn't work on 
dash [1].

Matthieu

[1]
$dash
$ touch a
$ touch o
$ ls {a,o}
ls: cannot access {a,o}: No such file or directory
on bash
$ls {a,o}
a  o






More information about the uClibc mailing list