pwd(1), realpath(1): Split shared source file into separate ones
authorJohn Marino <draco@marino.st>
Fri, 11 Oct 2013 20:03:46 +0000 (22:03 +0200)
committerJohn Marino <draco@marino.st>
Fri, 11 Oct 2013 23:29:27 +0000 (01:29 +0200)
commit9f7604d701ff2aea373df3748da45a24ae1eccbc
treebcd19f685e0da52e415aea081c6069d5e10e4d6f
parent54cf95586e9d23ffaaa0b664daf4099f129fa1a8
pwd(1), realpath(1): Split shared source file into separate ones

The realpath(1) and pwd(1) programs share the same source file using the
program name as a condition.  Let's create a dedicated directory for
realpath, duplicate the source file, then tailor both.  Not only is this
more logical, it will make maintenance easier in the (near) future.
bin/Makefile
bin/pwd/Makefile
bin/pwd/pwd.c
bin/realpath/Makefile [new file with mode: 0644]
bin/realpath/realpath.1 [moved from bin/pwd/realpath.1 with 100% similarity]
bin/realpath/realpath.c [copied from bin/pwd/pwd.c with 91% similarity]