dkangala / hamake

Automatically exported from code.google.com/p/hamake
0 stars 0 forks source link

invalid target behavior question #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

  1. run hamake, specifying a target to build that does not exist in the hamakefile

What is the expected output? What do you see instead?

  I'd expect an error saying that the target is not defined, but instead hamake acts as
  though I didn't specify any targets and therefore attempts to build all targets defined
  in the hamakefile.

Please use labels and text to provide additional information.

  I'm happy to provide a patch to fix if you (the maintainers) agree, though the exact
  nature of the patch will likely depend on the resolution of issue 58.
  (http://code.google.com/p/hamake/issues/detail?id=58)

Original issue reported on code.google.com by petenewc...@gmail.com on 26 Aug 2011 at 1:46