Ignore:
Timestamp:
Jul 12, 2011, 10:56:58 AM (14 years ago)
Author:
cla
Message:

rdfint

  • prefix non-standard methods of rdfa::Data and rdfa::Projection with underscore
  • add note to description of rdfa::SparlEndpoint and rdfa::SparlQuery that they are no-standard as well
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/unittest/makefile

    r9 r17  
    7171ifeq ($(TESTCASE),)
    7272ifeq ($(OS), Windows_NT)
    73         -@for /d %%c in (*) do @make -s TESTCASE=%%c SUBDIR=%%c changedir
     73        @for /d %%c in (*) do @make -s TESTCASE=%%c SUBDIR=%%c changedir
    7474else
    75         -@for c in `find . -maxdepth 1 -type d -path "./*_*"`; do make -s TESTCASE=$$c SUBDIR=$$c changedir; done
     75        @for c in `find . -maxdepth 1 -type d -path "./*_*"`; do make -s TESTCASE=$$c SUBDIR=$$c changedir; done
    7676endif
    7777else
    78         -@make -s TESTCASE=$(TESTCASE) SUBDIR=$(TESTCASE) changedir
     78        @make -s TESTCASE=$(TESTCASE) SUBDIR=$(TESTCASE) changedir
    7979endif
    8080
Note: See TracChangeset for help on using the changeset viewer.