automake
[Top][All Lists]
Advanced

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

failed to create dist targets


From: aaragon
Subject: failed to create dist targets
Date: Thu, 4 Jun 2009 13:11:22 -0700 (PDT)

Hi everyone,

So I got all my code up and running and now I want to make a file so I can
use my library in another computer. Now, when I try to make dist-zip, I get:

address@hidden/Documents/workspace/cpputils$make dist-all
{ test ! -d "-cpputils--0.001" || { find "-cpputils--0.001" -type d ! -perm
-200 -exec chmod u+w {} ';' && rm -fr "-cpputils--0.001"; }; }
test -d "-cpputils--0.001" || mkdir "-cpputils--0.001"
mkdir: illegal option -- c
usage: mkdir [-pv] [-m mode] directory ...
make: *** [distdir] Error 64

It's trying to make a directory that starts with a hyphen. Is this a bug?
Can I get around this and indicate that I don't want the filename of the
directory to start with a hyphen?

Thank you all

aa
-- 
View this message in context: 
http://www.nabble.com/failed-to-create-dist-targets-tp23876900p23876900.html
Sent from the Gnu - Automake - General mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]