Commit Graph

21 Commits

Author SHA1 Message Date
auriamg 3c79be6efb Merge pull request #19 from chearon/symlink-path-parts
fix paths that contain (but not are) symlinks
2016-11-08 19:18:29 -05:00
Caleb Hearon 917afba5bf fix paths that contain (but not are) symlinks
if part of the path contains a symbolic link, the readlink command will
identify it as a regular file. it only tells you if the "last" part of
the path is a symbolic link

fix this by resolving all paths with realpath() and checking if
different. the full symbolic link is stored now instead of just suffix
2016-11-08 09:52:48 -05:00
auriamg ab6c8a4cc9 Merge pull request #13 from maci0/master
Add missing cstdio include - fixes  #4
2015-08-04 19:18:49 -04:00
Marcel Wysocki 5e14ed216d Add missing cstdio include 2015-08-04 21:03:24 +02:00
auriamg 51aab521e3 Merge pull request #10 from ryandesign/master
Makefile improvements: DESTDIR, PREFIX, CXX, all target, .PHONY
2015-06-08 17:58:50 -04:00
Ryan Schmidt ad6ac2a84d Support CXX makefile variable 2015-06-06 20:23:00 -05:00
Ryan Schmidt 559a433571 Declare non-file makefile targets as .PHONY 2015-06-06 20:19:16 -05:00
Ryan Schmidt 613a86af89 Add an "all" makefile target 2015-06-06 20:18:45 -05:00
Ryan Schmidt 471cc01e74 Support DESTDIR and PREFIX variables 2015-06-06 20:18:12 -05:00
Marianne Gagnon 0d8c73958b Fix previous commit 2015-06-01 19:31:00 -04:00
Marianne Gagnon 8eb915a019 Apply patch by ryandesign , fixes #9 2015-05-31 16:10:49 -04:00
auriamg ef5df0baf5 Merge pull request #7 from eco/patch-2
Typo in readme
2015-02-01 21:20:19 -05:00
auriamg f2530d8dac Merge pull request #6 from eco/patch-1
Typo in readme
2015-02-01 21:20:12 -05:00
Brad Anderson a7951ee572 Typo in readme 2015-01-30 17:50:32 -07:00
Brad Anderson af7f523c94 Typo in readme 2015-01-30 17:49:49 -07:00
auriamg e94714d862 Merge pull request #1 from realistschuckle/master
Add a right-trim function to allow the Dependency constructor to resolve...
2014-05-30 19:13:46 -04:00
Curtis Schlak fef319a27e Add a right-trim function to allow the Dependency constructor to resolve symlink paths with trailing spaces correctly. 2014-05-29 20:45:13 -05:00
auriamg dc1c1ee30c Update README.md 2014-05-29 20:23:49 -04:00
auriamg db9c8917a9 Update README.md 2014-05-29 20:20:09 -04:00
Marianne Gagnon f5f45f47d7 Initial import 2014-05-29 19:48:42 -04:00
auriamg 52af408561 Initial commit 2014-05-29 19:46:44 -04:00