diff options
author | kbr <[email protected]> | 2006-08-27 09:56:58 +0000 |
---|---|---|
committer | kbr <[email protected]> | 2006-08-27 09:56:58 +0000 |
commit | fc2c0e994e7e036ab0f672a113d0024184360d4a (patch) | |
tree | c02557a6e747e745f6960bd82dfc40381d1ba601 /make/lib | |
parent | 2a3338117bfd8888606a0d221bf92488c5b19a23 (diff) |
Added placeholder files to prevent macosx lib directories from being
cleaned up by CVS during cvs update -d -P operations
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@272 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make/lib')
-rw-r--r-- | make/lib/macosx-ppc/placeholder.txt | 5 | ||||
-rw-r--r-- | make/lib/macosx-universal/placeholder.txt | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/make/lib/macosx-ppc/placeholder.txt b/make/lib/macosx-ppc/placeholder.txt new file mode 100644 index 0000000..5b04ee0 --- /dev/null +++ b/make/lib/macosx-ppc/placeholder.txt @@ -0,0 +1,5 @@ +This is just a placeholder file to keep this directory from being +empty and eliminated during "cvs update -d -P" operations. This +directory needs to be present for the build to complete, although we +do not currently bundle an OpenAL implementation with the Java Web +Start binaries on this platform. diff --git a/make/lib/macosx-universal/placeholder.txt b/make/lib/macosx-universal/placeholder.txt new file mode 100644 index 0000000..5b04ee0 --- /dev/null +++ b/make/lib/macosx-universal/placeholder.txt @@ -0,0 +1,5 @@ +This is just a placeholder file to keep this directory from being +empty and eliminated during "cvs update -d -P" operations. This +directory needs to be present for the build to complete, although we +do not currently bundle an OpenAL implementation with the Java Web +Start binaries on this platform. |