make clean preceding make all

Mark Brethen mark.brethen at gmail.com
Sun Oct 12 13:16:25 PDT 2014


How does one setup a portfile to do a 'make clean' before a 'make all'? I thought of using

    pre-build {        
        system -W ${somedir} "${build.cmd} clean"
    }


Mark






More information about the macports-dev mailing list