Changeset 11 for hw

Show
Ignore:
Timestamp:
09/11/07 00:15:21 (5 years ago)
Author:
cs186
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • hw/hw1/student/Hw1/MyStuff/MyCode/Makefile

    r6 r11  
    1818        rm -rf *.o 
    1919        rm -rf buftest 
     20 
     21pgsql: 
     22        cp freelist.c ~/Hw1/postgresql-8.0.3/src/backend/storage/buffer/freelist.c 
     23        cd ~/Hw1/postgresql-8.0.3/ 
     24        gmake 
     25        gmake install