Changeset 81268
- Timestamp:
- 07/28/11 06:39:04 (4 years ago)
- Location:
- branches/gsoc11-rev-upgrade/base/src/machista1.0
- Files:
-
- 2 edited
-
Makefile.in (modified) (1 diff)
-
tests/libmachista-test.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile.in
r81266 r81268 47 47 ${TESTS} 48 48 49 # FIXME: This is broken 50 tests/libmachista-test: tests/libmachista-test.c libmachista.h ${SHLIB_NAME} 51 $(CC) $(CFLAGS) -D_POSIX_SOURCE -o $@ -I. -L. -lmachista $< 49 tests/libmachista-test: tests/libmachista-test.c libmachista.h libmachista.o hashmap.o 50 $(CC) $(CFLAGS) -D_POSIX_SOURCE -o $@ -I. $< libmachista.o hashmap.o 52 51 -
branches/gsoc11-rev-upgrade/base/src/machista1.0/tests/libmachista-test.c
r80467 r81268 116 116 } 117 117 nullterminate(architecture_name); 118 printf("\tarch: %s\n", architecture_name);118 //printf("\tarch: %s\n", architecture_name); 119 119 120 120 // search for the found architecture in libmachista output … … 184 184 nullterminate(lib_curr_version); 185 185 186 printf("\t\t%s, %s, %s\n", lib_path, lib_comp_version, lib_curr_version);186 //printf("\t\t%s, %s, %s\n", lib_path, lib_comp_version, lib_curr_version); 187 187 188 188 // try to find the library in this architecture's list of loadcommands
Note: See TracChangeset
for help on using the changeset viewer.

