]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.cpp
This ugly hack for arch-specific binary packages is no longer needed
[builder.git] / source / gnucompiler.cpp
index a73fad72765d65be8d88730e25b3570d5925cb8d..43e8e300ad08132bb8cf5ce72d4d254fdd463cd8 100644 (file)
@@ -136,8 +136,5 @@ Task *GnuCompiler::run(const Target &target) const
        argv.push_back(relative(obj_path, work_dir).str());
        argv.push_back(relative(src_path, work_dir).str());
 
-       if(!builder.get_dry_run())
-               FS::mkpath(FS::dirname(obj_path), 0755);
-
        return new ExternalTask(argv, work_dir);
 }