loading twitter...

November 2007

Make Breaks Echo

Any idea what’s going on with make on Mac OS X 10.5.1?

all: info test

info:
        @echo $$SHELL
        @which echo

test: echo1 echo2
        @diff -q echo.out echo2.out

echo1:
        @echo -n "This is one statement" > echo.out
        @echo ", and this is another" >> echo.out

echo2:
        @/bin/echo -n "This is one statement" > echo2.out
        @/bin/echo ", and this is another" >> echo2.out

Uncategorized

Comments (1)

Permalink

Virtua Fighter

Virtual memory sizes, Leopard

I’m impressed overall with Leopard, not the least of which the fact that it seems extremely snappy, even though for me it gets a heretofore unthinkable VM Size: 73.75 GB virtual memory size. The graphics card in my iMac still hangs every once in a while.

Uncategorized

Comments (2)

Permalink