diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-04-16 11:37:32 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-04-16 11:37:32 -0700 |
commit | b7747c5a3d36f99514b1945efb05b9f04f7dc74a (patch) | |
tree | 231ef68162ebc712d7e469a156279318144ce55d | |
parent | b1c1b98b1c37378ae230705e55cf6abae8906407 (diff) | |
download | mc-b7747c5a3d36f99514b1945efb05b9f04f7dc74a.tar.gz |
Shuffle around files, remove redundant systags.
-rw-r--r-- | libstd/bld.sub | 16 | ||||
-rw-r--r-- | libstd/syswrap-ss+linux.myr (renamed from libstd/syswrap-ss+posixy-linux.myr) | 0 | ||||
-rw-r--r-- | libstd/syswrap-ss+osx.myr (renamed from libstd/syswrap-ss+posixy-osx.myr) | 0 |
3 files changed, 8 insertions, 8 deletions
diff --git a/libstd/bld.sub b/libstd/bld.sub index b055493..f18cf4a 100644 --- a/libstd/bld.sub +++ b/libstd/bld.sub @@ -29,8 +29,6 @@ lib std {inc=.} = clear.myr cmp.myr cstrconv.myr - dial+posixy.myr - dial+plan9.myr die.myr dirname.myr endian.myr @@ -58,8 +56,6 @@ lib std {inc=.} = pathjoin.myr putint.myr rand.myr - resolve+posixy.myr - resolve+plan9.myr result.myr search.myr slcp.myr @@ -76,10 +72,6 @@ lib std {inc=.} = strjoin.myr strsplit.myr strstrip.myr - syswrap+plan9.myr - syswrap-ss+posixy-linux.myr - syswrap-ss+posixy-osx.myr - syswrap+posixy.myr swap.myr try.myr types.myr @@ -93,4 +85,12 @@ lib std {inc=.} = dir+osx.myr wait+posixy.myr wait+plan9.myr + dial+posixy.myr + dial+plan9.myr + resolve+posixy.myr + resolve+plan9.myr + syswrap+plan9.myr + syswrap-ss+linux.myr + syswrap-ss+osx.myr + syswrap+posixy.myr ;; diff --git a/libstd/syswrap-ss+posixy-linux.myr b/libstd/syswrap-ss+linux.myr index 1982e54..1982e54 100644 --- a/libstd/syswrap-ss+posixy-linux.myr +++ b/libstd/syswrap-ss+linux.myr diff --git a/libstd/syswrap-ss+posixy-osx.myr b/libstd/syswrap-ss+osx.myr index 5e7f001..5e7f001 100644 --- a/libstd/syswrap-ss+posixy-osx.myr +++ b/libstd/syswrap-ss+osx.myr |