--- trunk/mage/usr/lib/mage/smage2.sh 2011/12/28 15:08:52 1589 +++ trunk/mage/usr/lib/mage/smage2.sh 2011/12/29 15:15:05 1591 @@ -201,28 +201,28 @@ # dummy function, used if that does not exist in smage file src_prepare() { - echo "no src_prepare defined" + + echo "no src_prepare defined; doing nothing ..." return 0 } # dummy function, used if that does not exist in smage file src_compile() { - echo "no src_compile defined" + echo "no src_compile defined; doing nothing ..." return 0 } # dummy function, used if that does not exist in smage file src_check() { - echo "no src_check defined" + echo "no src_check defined; doing nothing ..." return 0 } # dummy function, used if that does not exist in smage file src_install() { - echo "no src_install defined" + echo "no src_install defined; doing nothing ..." return 0 }